Skip to content

feat: new comment format#20

Merged
CodeYogiCo merged 2 commits into
masterfrom
new-comment-format
May 24, 2026
Merged

feat: new comment format#20
CodeYogiCo merged 2 commits into
masterfrom
new-comment-format

Conversation

@CodeYogiCo
Copy link
Copy Markdown
Contributor

❤ THANKS FOR YOUR PULL REQUEST

Proposed change

Describe your change and communicate why we should accept the pull request. Links to issues are helpful too, if applicable.

Types of changes

What types of changes is this pull request introducing to this plugin? Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

You can fill this out after creating your PR. Put an x in the boxes that apply

  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

@github-actions
Copy link
Copy Markdown

ghost commented May 24, 2026

🛡️ Patch Coverage Report

Scope: changed lines only — the code this PR adds or edits, not whole files or the repo. There's no base-branch diff here; it answers one thing — did your tests run the code you just touched?

Diff coverage: 98% 🟢 — 99 of 101 changed instructions covered

Metric Value
🟢 Covered instructions 99 (98%) changed code your tests executed
🔴 Missed instructions 2 (2%) changed code your tests never ran
📈 Tracked changed lines 101 (68%) lines the coverage tool could measure
⚪ Untracked changed lines 47 (32%) comments, blanks, declarations

Coverage by file

File Diff coverage Covered / Missed
internal/plugin/reporter/github_pr.go 🟢 98% 95 / 2
internal/plugin/reporter/utils.go 🟢 100% 4 / 0

1 changed file(s) with no measurable lines (config, docs, generated, or test-only) omitted.

🔍 Missed instructions (2)
--- internal/plugin/reporter/github_pr.go:159
		return ""
--- internal/plugin/reporter/github_pr.go:160
	}

🤖 Generated by pull-request-code-coverage — coverage for changed lines only.

@github-actions
Copy link
Copy Markdown

ghost commented May 24, 2026

🛡️ Patch Coverage Report

Scope: changed lines only — the code this PR adds or edits, not whole files or the repo. It answers one thing — did your tests run the code you just touched?

Diff coverage: 99% 🟢 — 184 of 186 changed instructions covered

Metric Value
🟢 Covered instructions 184 (99%) changed code your tests executed
🔴 Missed instructions 2 (1%) changed code your tests never ran
📈 Tracked changed lines 186 (71%) lines the coverage tool could measure
⚪ Untracked changed lines 75 (29%) comments, blanks, declarations

Lines = the source lines you changed. Instructions = the executable units the coverage tool counts inside those lines — one line can hold several (e.g. JaCoCo bytecode), so the two counts differ.

Coverage by file

File Diff coverage Covered / Missed
internal/plugin/reporter/github_pr.go 🟢 98% 98 / 2
internal/plugin/reporter/simple.go 🟢 100% 82 / 0
internal/plugin/reporter/utils.go 🟢 100% 4 / 0

1 changed file(s) with no measurable lines (config, docs, generated, or test-only) omitted.

🔍 Uncovered lines (2)
--- internal/plugin/reporter/github_pr.go:160
		return ""
--- internal/plugin/reporter/github_pr.go:161
	}

🤖 Generated by pull-request-code-coverage — coverage for changed lines only.

@CodeYogiCo CodeYogiCo merged commit 8826749 into master May 24, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant